projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06e8cf7
)
(x_make_frame_visible): Start one_in_four at 1.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 3 Aug 1994 23:20:26 +0000
(23:20 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 3 Aug 1994 23:20:26 +0000
(23:20 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index ac6bb48be1d99adac1eb2001b8a36f189b24e9b4..09c05dbf2974e98d1b02a7ee816aa14caebf2e35 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-5671,7
+5671,7
@@
x_make_frame_visible (f)
so that incoming events are handled. */
{
Lisp_Object frame;
- int one_in_four =
0
;
+ int one_in_four =
1
;
XSET (frame, Lisp_Frame, f);
while (! f->async_visible)
{